home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Installation TPP V5.01 (12.01.94)
-
- .BRA {
- .KET }
-
- ; default
- Set DefDir "ram:"
-
- Echo "TeXt Plus Professional V5.01*n"
-
- Echo "Please specify a directory, where TPP should be"
- Echo "unpacked to.*n"
-
- Echo "Bitte geben Sie das Verzeichnis an, wohin"
- Echo "TPP ausgepackt werden soll.*n"
-
- Echo "Dir (<Return> = $DefDir) ? " NoLine
-
- Set >NIL: Destination ?
-
- If "$Destination" EQ "*$Destination"
- Set Destination $DefDir
- EndIf
-
- Echo "*nUnPacking ..."
-
- LHA -q -m -a x TPP501.lha "${Destination}"
-
- Echo "*nStart the installation by double-clicking the"
- Echo "respective icon in the install directory.*n"
-
- Echo "Starten Sie die Installation durch einen Doppel-"
- Echo "klick auf das entsprechende Icon im Install-"
- Echo "verzeichnis."
-
-